home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / P_R / PROPH_PT.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-03  |  322b  |  16 lines

  1. echo off
  2. cls
  3. if not "%1"=="" goto doit
  4. echo Please specify path where The Prophecy can be found.
  5. echo Example:
  6. echo   install c:\prophecy [Enter]
  7. goto done
  8. :doit
  9. echo Please wait, copying 5 files. .  .   .
  10. copy all.ask    %1
  11. copy go.bat     %1
  12. copy loader.exe %1
  13. copy mdo.def    %1
  14. copy setup.exe  %1
  15. :done
  16.